[INFO] cloning repository https://github.com/WeaveITMeta/weave-init
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WeaveITMeta/weave-init" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeaveITMeta%2Fweave-init", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeaveITMeta%2Fweave-init'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a787c994271c4b20b02b52bedfd63e965fb2abb4
[INFO] testing WeaveITMeta/weave-init against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWeaveITMeta%2Fweave-init" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WeaveITMeta/weave-init
[INFO] finished tweaking git repo https://github.com/WeaveITMeta/weave-init
[INFO] tweaked toml for git repo https://github.com/WeaveITMeta/weave-init written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WeaveITMeta/weave-init on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WeaveITMeta/weave-init already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99fbed05dc881abdaaec797cca470d27849f6610581fb0521082868f5e570f59
[INFO] running `Command { std: "docker" "start" "-a" "99fbed05dc881abdaaec797cca470d27849f6610581fb0521082868f5e570f59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99fbed05dc881abdaaec797cca470d27849f6610581fb0521082868f5e570f59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99fbed05dc881abdaaec797cca470d27849f6610581fb0521082868f5e570f59", kill_on_drop: false }`
[INFO] [stdout] 99fbed05dc881abdaaec797cca470d27849f6610581fb0521082868f5e570f59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74c4cced0e4556b6009ac0e20b5d3444438a7ea3b55efc817a3a87dc28b60e96
[INFO] running `Command { std: "docker" "start" "-a" "74c4cced0e4556b6009ac0e20b5d3444438a7ea3b55efc817a3a87dc28b60e96", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling libz-sys v1.1.25
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling git2 v0.19.0
[INFO] [stderr]    Compiling weave-init v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `GITHUB_ORG` is never used
[INFO] [stdout]   --> src/config/constants.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const GITHUB_ORG: &str = "WeaveITMeta";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TEMPLATE_REPO` is never used
[INFO] [stdout]   --> src/config/constants.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const TEMPLATE_REPO: &str = "Weave-Template";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_PACKAGE_MANAGER` is never used
[INFO] [stdout]   --> src/config/constants.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const DEFAULT_PACKAGE_MANAGER: &str = "bun";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ValidationResult` is never constructed
[INFO] [stdout]   --> src/core/decision_tree.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct ValidationResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]   --> src/core/decision_tree.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl ValidationResult {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] 29 |     /// Returns true if there are no blocking errors
[INFO] [stdout] 30 |     pub fn is_valid(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `validate_selections` is never used
[INFO] [stdout]   --> src/core/decision_tree.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn validate_selections(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `resolve_dependencies` is never used
[INFO] [stdout]    --> src/core/decision_tree.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn resolve_dependencies(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_requirement_satisfied` is never used
[INFO] [stdout]    --> src/core/decision_tree.rs:153:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn is_requirement_satisfied(selections: &UserSelections, requirement: &str) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_entry_category` is never used
[INFO] [stdout]    --> src/core/decision_tree.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn find_entry_category(manifest: &WeaveManifest, requirement: &str) -> Option<(String, String)> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `template` is never read
[INFO] [stdout]   --> src/core/manifest.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct WeaveManifest {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 23 |     /// Template metadata
[INFO] [stdout] 24 |     pub template: TemplateInfo,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WeaveManifest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `version`, and `minimum_cli_version` are never read
[INFO] [stdout]   --> src/core/manifest.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct TemplateInfo {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 62 |     /// Human-readable template name
[INFO] [stdout] 63 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub version: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub minimum_cli_version: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requires` and `conflicts_with` are never read
[INFO] [stdout]    --> src/core/manifest.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | pub struct ManifestEntry {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub requires: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub conflicts_with: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ManifestEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_single`, `get`, and `is_selected` are never used
[INFO] [stdout]   --> src/core/selections.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl UserSelections {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn set_single(&mut self, category: &str, key: String) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn get(&self, category: &str) -> Option<&Vec<String>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn is_selected(&self, category: &str, key: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ALWAYS_KEEP` is never used
[INFO] [stdout]   --> src/engine/pruner.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const ALWAYS_KEEP: &[&str] = &[
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Progress` and `Complete` are never constructed
[INFO] [stdout]   --> src/ui/app.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum AppScreen {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     Progress,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Complete,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppScreen` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_progress_screen` is never used
[INFO] [stdout]    --> src/ui/screens.rs:308:8
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub fn render_progress_screen(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_complete_screen` is never used
[INFO] [stdout]    --> src/ui/screens.rs:369:8
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub fn render_complete_screen(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `centered_rect` is never used
[INFO] [stdout]    --> src/ui/screens.rs:440:8
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub fn centered_rect(percent_x: u16, percent_y: u16, area: Rect) -> Rect {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WARNING` is never used
[INFO] [stdout]   --> src/ui/theme.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const WARNING: Color = Color::Rgb(251, 191, 36);
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ERROR` is never used
[INFO] [stdout]   --> src/ui/theme.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const ERROR: Color = Color::Rgb(239, 68, 68);
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `error_style` is never used
[INFO] [stdout]   --> src/ui/theme.rs:94:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn error_style() -> Style {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `warning_style` is never used
[INFO] [stdout]   --> src/ui/theme.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub fn warning_style() -> Style {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_selection` is never used
[INFO] [stdout]    --> src/ui/widgets.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout]  49 | impl SelectionListState {
[INFO] [stdout]     | ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn has_selection(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "74c4cced0e4556b6009ac0e20b5d3444438a7ea3b55efc817a3a87dc28b60e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74c4cced0e4556b6009ac0e20b5d3444438a7ea3b55efc817a3a87dc28b60e96", kill_on_drop: false }`
[INFO] [stdout] 74c4cced0e4556b6009ac0e20b5d3444438a7ea3b55efc817a3a87dc28b60e96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 92ef19aad57fa8a00cee682a96530365e1cc0f1ea8b423a431fa6f2e9344bdfd
[INFO] running `Command { std: "docker" "start" "-a" "92ef19aad57fa8a00cee682a96530365e1cc0f1ea8b423a431fa6f2e9344bdfd", kill_on_drop: false }`
[INFO] [stderr]    Compiling weave-init v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `GITHUB_ORG` is never used
[INFO] [stdout]   --> src/config/constants.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub const GITHUB_ORG: &str = "WeaveITMeta";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TEMPLATE_REPO` is never used
[INFO] [stdout]   --> src/config/constants.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const TEMPLATE_REPO: &str = "Weave-Template";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_PACKAGE_MANAGER` is never used
[INFO] [stdout]   --> src/config/constants.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub const DEFAULT_PACKAGE_MANAGER: &str = "bun";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ValidationResult` is never constructed
[INFO] [stdout]   --> src/core/decision_tree.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct ValidationResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_valid` is never used
[INFO] [stdout]   --> src/core/decision_tree.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl ValidationResult {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] 29 |     /// Returns true if there are no blocking errors
[INFO] [stdout] 30 |     pub fn is_valid(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `validate_selections` is never used
[INFO] [stdout]   --> src/core/decision_tree.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn validate_selections(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `resolve_dependencies` is never used
[INFO] [stdout]    --> src/core/decision_tree.rs:104:8
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub fn resolve_dependencies(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_requirement_satisfied` is never used
[INFO] [stdout]    --> src/core/decision_tree.rs:153:4
[INFO] [stdout]     |
[INFO] [stdout] 153 | fn is_requirement_satisfied(selections: &UserSelections, requirement: &str) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_entry_category` is never used
[INFO] [stdout]    --> src/core/decision_tree.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn find_entry_category(manifest: &WeaveManifest, requirement: &str) -> Option<(String, String)> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `template` is never read
[INFO] [stdout]   --> src/core/manifest.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct WeaveManifest {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 23 |     /// Template metadata
[INFO] [stdout] 24 |     pub template: TemplateInfo,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WeaveManifest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name`, `version`, and `minimum_cli_version` are never read
[INFO] [stdout]   --> src/core/manifest.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct TemplateInfo {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 62 |     /// Human-readable template name
[INFO] [stdout] 63 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub version: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub minimum_cli_version: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TemplateInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `requires` and `conflicts_with` are never read
[INFO] [stdout]    --> src/core/manifest.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout]  77 | pub struct ManifestEntry {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub requires: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub conflicts_with: Vec<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ManifestEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `set_single`, `get`, and `is_selected` are never used
[INFO] [stdout]   --> src/core/selections.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl UserSelections {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub fn set_single(&mut self, category: &str, key: String) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn get(&self, category: &str) -> Option<&Vec<String>> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     pub fn is_selected(&self, category: &str, key: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ALWAYS_KEEP` is never used
[INFO] [stdout]   --> src/engine/pruner.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 | const ALWAYS_KEEP: &[&str] = &[
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Progress` and `Complete` are never constructed
[INFO] [stdout]   --> src/ui/app.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub enum AppScreen {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 30 |     Progress,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     Complete,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppScreen` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_progress_screen` is never used
[INFO] [stdout]    --> src/ui/screens.rs:308:8
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub fn render_progress_screen(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_complete_screen` is never used
[INFO] [stdout]    --> src/ui/screens.rs:369:8
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub fn render_complete_screen(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `centered_rect` is never used
[INFO] [stdout]    --> src/ui/screens.rs:440:8
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub fn centered_rect(percent_x: u16, percent_y: u16, area: Rect) -> Rect {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WARNING` is never used
[INFO] [stdout]   --> src/ui/theme.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const WARNING: Color = Color::Rgb(251, 191, 36);
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ERROR` is never used
[INFO] [stdout]   --> src/ui/theme.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const ERROR: Color = Color::Rgb(239, 68, 68);
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `error_style` is never used
[INFO] [stdout]   --> src/ui/theme.rs:94:8
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn error_style() -> Style {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `warning_style` is never used
[INFO] [stdout]   --> src/ui/theme.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub fn warning_style() -> Style {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_selection` is never used
[INFO] [stdout]    --> src/ui/widgets.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout]  49 | impl SelectionListState {
[INFO] [stdout]     | ----------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn has_selection(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.62s
[INFO] running `Command { std: "docker" "inspect" "92ef19aad57fa8a00cee682a96530365e1cc0f1ea8b423a431fa6f2e9344bdfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92ef19aad57fa8a00cee682a96530365e1cc0f1ea8b423a431fa6f2e9344bdfd", kill_on_drop: false }`
[INFO] [stdout] 92ef19aad57fa8a00cee682a96530365e1cc0f1ea8b423a431fa6f2e9344bdfd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c0120ea6273281e9b2ed5d60626f19c661ce98ca520692f6d0b134f3e9873aaf
[INFO] running `Command { std: "docker" "start" "-a" "c0120ea6273281e9b2ed5d60626f19c661ce98ca520692f6d0b134f3e9873aaf", kill_on_drop: false }`
[INFO] [stderr] warning: constant `GITHUB_ORG` is never used
[INFO] [stderr]   --> src/config/constants.rs:13:11
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub const GITHUB_ORG: &str = "WeaveITMeta";
[INFO] [stderr]    |           ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `TEMPLATE_REPO` is never used
[INFO] [stderr]   --> src/config/constants.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const TEMPLATE_REPO: &str = "Weave-Template";
[INFO] [stderr]    |           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DEFAULT_PACKAGE_MANAGER` is never used
[INFO] [stderr]   --> src/config/constants.rs:34:11
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub const DEFAULT_PACKAGE_MANAGER: &str = "bun";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ValidationResult` is never constructed
[INFO] [stderr]   --> src/core/decision_tree.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct ValidationResult {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_valid` is never used
[INFO] [stderr]   --> src/core/decision_tree.rs:30:12
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl ValidationResult {
[INFO] [stderr]    | --------------------- method in this implementation
[INFO] [stderr] 29 |     /// Returns true if there are no blocking errors
[INFO] [stderr] 30 |     pub fn is_valid(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `validate_selections` is never used
[INFO] [stderr]   --> src/core/decision_tree.rs:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub fn validate_selections(
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `resolve_dependencies` is never used
[INFO] [stderr]    --> src/core/decision_tree.rs:104:8
[INFO] [stderr]     |
[INFO] [stderr] 104 | pub fn resolve_dependencies(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_requirement_satisfied` is never used
[INFO] [stderr]    --> src/core/decision_tree.rs:153:4
[INFO] [stderr]     |
[INFO] [stderr] 153 | fn is_requirement_satisfied(selections: &UserSelections, requirement: &str) -> bool {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `find_entry_category` is never used
[INFO] [stderr]    --> src/core/decision_tree.rs:169:4
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn find_entry_category(manifest: &WeaveManifest, requirement: &str) -> Option<(String, String)> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `template` is never read
[INFO] [stderr]   --> src/core/manifest.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct WeaveManifest {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] 23 |     /// Template metadata
[INFO] [stderr] 24 |     pub template: TemplateInfo,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `WeaveManifest` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name`, `version`, and `minimum_cli_version` are never read
[INFO] [stderr]   --> src/core/manifest.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 61 | pub struct TemplateInfo {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] 62 |     /// Human-readable template name
[INFO] [stderr] 63 |     pub name: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 66 |     pub version: String,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 |     pub minimum_cli_version: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TemplateInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `requires` and `conflicts_with` are never read
[INFO] [stderr]    --> src/core/manifest.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr]  77 | pub struct ManifestEntry {
[INFO] [stderr]     |            ------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 104 |     pub requires: Vec<String>,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 108 |     pub conflicts_with: Vec<String>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ManifestEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: methods `set_single`, `get`, and `is_selected` are never used
[INFO] [stderr]   --> src/core/selections.rs:51:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | impl UserSelections {
[INFO] [stderr]    | ------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 51 |     pub fn set_single(&mut self, category: &str, key: String) {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 61 |     pub fn get(&self, category: &str) -> Option<&Vec<String>> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 66 |     pub fn is_selected(&self, category: &str, key: &str) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ALWAYS_KEEP` is never used
[INFO] [stderr]   --> src/engine/pruner.rs:18:7
[INFO] [stderr]    |
[INFO] [stderr] 18 | const ALWAYS_KEEP: &[&str] = &[
[INFO] [stderr]    |       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Progress` and `Complete` are never constructed
[INFO] [stderr]   --> src/ui/app.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub enum AppScreen {
[INFO] [stderr]    |          --------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 30 |     Progress,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 33 |     Complete,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AppScreen` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `render_progress_screen` is never used
[INFO] [stderr]    --> src/ui/screens.rs:308:8
[INFO] [stderr]     |
[INFO] [stderr] 308 | pub fn render_progress_screen(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `render_complete_screen` is never used
[INFO] [stderr]    --> src/ui/screens.rs:369:8
[INFO] [stderr]     |
[INFO] [stderr] 369 | pub fn render_complete_screen(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `centered_rect` is never used
[INFO] [stderr]    --> src/ui/screens.rs:440:8
[INFO] [stderr]     |
[INFO] [stderr] 440 | pub fn centered_rect(percent_x: u16, percent_y: u16, area: Rect) -> Rect {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `WARNING` is never used
[INFO] [stderr]   --> src/ui/theme.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const WARNING: Color = Color::Rgb(251, 191, 36);
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ERROR` is never used
[INFO] [stderr]   --> src/ui/theme.rs:25:11
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub const ERROR: Color = Color::Rgb(239, 68, 68);
[INFO] [stderr]    |           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `error_style` is never used
[INFO] [stderr]   --> src/ui/theme.rs:94:8
[INFO] [stderr]    |
[INFO] [stderr] 94 | pub fn error_style() -> Style {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `warning_style` is never used
[INFO] [stderr]   --> src/ui/theme.rs:99:8
[INFO] [stderr]    |
[INFO] [stderr] 99 | pub fn warning_style() -> Style {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `has_selection` is never used
[INFO] [stderr]    --> src/ui/widgets.rs:131:12
[INFO] [stderr]     |
[INFO] [stderr]  49 | impl SelectionListState {
[INFO] [stderr]     | ----------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 131 |     pub fn has_selection(&self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `weave-init` (bin "weave" test) generated 23 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/weave-a2da024fa7b0c2c0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c0120ea6273281e9b2ed5d60626f19c661ce98ca520692f6d0b134f3e9873aaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0120ea6273281e9b2ed5d60626f19c661ce98ca520692f6d0b134f3e9873aaf", kill_on_drop: false }`
[INFO] [stdout] c0120ea6273281e9b2ed5d60626f19c661ce98ca520692f6d0b134f3e9873aaf
